home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-06-23 | 878 b | 35 lines | [TEXT/MPS ] |
-
-
- interfaces = ":"
- BUILDRES = ":"
- imagecomp = "{interfaces}imagecompression.h"
- codecguts = "{interfaces}ImageCodec.h"
-
-
- COptions = -warnings off -I {INTERFACES} -mc68020 -o {targ}
- AOptions = -wb -o {targ}
- Roptions = -append -i {interfaces}
-
-
-
- ExampleCodec ƒƒ examplecodec.make ExampleCodec.r
- Echo "# `date -s -t` -- Rezzing ExampleCodec"
- Rez {ROptions} -o ExampleCodec -c 'appl' -t 'thng' ExampleCodec.r
-
-
-
- ExampleCodec ƒƒ ExampleCodec.c.o examplecodec.make
- Echo "# `date -s -t` -- Linking ExampleCodec"
- Link -w -m EXAMPLECODEC -rt 'cdec'=128 -ra 16 ∂
- -sg Inst ∂
- ExampleCodec.c.o ∂
- "{Libraries}"Runtime.o ∂
- "{Libraries}"Interface.o ∂
- -o ExampleCodec -c "mark" -t "thng"
-
-
- "{warholObjects}"ExampleCodec.c.o ƒ examplecodec.make ExampleCodec.c {imagecomp} {codecguts}
- Echo "# `date -s -t` -- Compiling ExampleCodec"
- C -b2 {COptions} ExampleCodec.c
-
-